FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.UndoRedo 名前空間 > RowResizeUndoAction クラス > RowResizeUndoAction コンストラクタ : RowResizeUndoAction コンストラクタ(SheetView,RowHeightChangeExtents[],Int32,Boolean,Boolean) |
'Declaration Public Function New( _ ByVal sheetView As SheetView, _ ByVal rows() As RowHeightChangeExtents, _ ByVal size As Integer, _ ByVal columnHeader As Boolean, _ ByVal columnFooter As Boolean _ )
'使用法 Dim sheetView As SheetView Dim rows() As RowHeightChangeExtents Dim size As Integer Dim columnHeader As Boolean Dim columnFooter As Boolean Dim instance As New RowResizeUndoAction(sheetView, rows, size, columnHeader, columnFooter)
public RowResizeUndoAction( SheetView sheetView, RowHeightChangeExtents[] rows, int size, bool columnHeader, bool columnFooter )